Authenticate User for Embedding using Tokens
{ authenticateUserEmbedByToken }
Generates an access authentication token for embedding content, for a given user without their password, using an administrative token.
Method
Input Parameters
Name
userTokenCredentials
Object Type
Description
The user credentials for authentication by token.
Output Response
Successful Result Code
200
Description of Response Type
The response is the security token as a base64 string. It is usually stored in a cookie.
Notes
The security token is an authentication ticket that needs to be first generated by an administrative user with full credentials.
Examples
User Embed Authentication (C#):
This example demonstrates how to authenticate users for embedding.
User Embed Authentication (Java):
This example demonstrates how to authenticate users for embedding.